-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate more 3.16 features #472
Incorporate more 3.16 features #472
Conversation
Signed-off-by: Matthew Brown <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the effort, @KamasamaK .
I'm not a maintainer of lsp4j but a consumer thus I try to follow the changes that are made. I've to say this is a huge merge request. Unfortunately it mixes different changes (all towards 3.16, but still). Would it by chance be feasible to split that up into smaller digestible chunks?
I'm through with the review yet but wanted to post the first small batch of comments and trigger this discussion.
org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/InsertTextMode.java
Outdated
Show resolved
Hide resolved
org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/MonikerKind.java
Outdated
Show resolved
Hide resolved
org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend
Outdated
Show resolved
Hide resolved
Signed-off-by: Matthew Brown <[email protected]>
Any chance to add |
org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/InsertTextMode.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Matthew Brown <[email protected]>
Signed-off-by: Matthew Brown <[email protected]>
Many changes have been made for the 3.16 release of LSP, so I've collected a lot of them.
Added
WorkspaceEdit
(viaResourceOperation
) andAnnotatedTextEdit
textDocument/onTypeRename
#469)MessageActionItem
CompletionItem
sCompletionItem
text editsApplyWorkspaceEditResponse
Removed
Compatibility issues
Number
toInteger
ProgressParams
missing nullability checksCompletionItem.textEdit
now anEither